home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TACTIONFORM / TACTIONFORM.txt
Text File  |  2007-06-06  |  24KB  |  868 lines

  1. object ActionForm: TActionForm
  2.   Left = 202
  3.   Top = 249
  4.   Caption = 'xStarter action params'
  5.   ClientHeight = 398
  6.   ClientWidth = 657
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 432
  9.   Constraints.MinWidth = 665
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 354
  24.     Width = 657
  25.     Height = 3
  26.     Align = alBottom
  27.     Shape = bsBottomLine
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 357
  32.     Width = 657
  33.     Height = 41
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     DesignSize = (
  38.       657
  39.       41)
  40.     object btOk: TElPopupButton
  41.       Left = 411
  42.       Top = 8
  43.       Width = 113
  44.       Height = 25
  45.       DrawDefaultFrame = False
  46.       Caption = 'OK'
  47.       TabOrder = 0
  48.       Anchors = [akRight, akBottom]
  49.     end
  50.     object btCancel: TElPopupButton
  51.       Left = 531
  52.       Top = 8
  53.       Width = 113
  54.       Height = 25
  55.       DrawDefaultFrame = False
  56.       ModalResult = 2
  57.       Caption = 'Cancel'
  58.       TabOrder = 1
  59.       Anchors = [akRight, akBottom]
  60.     end
  61.     object btParamSel: TElPopupButton
  62.       Left = 128
  63.       Top = 8
  64.       Width = 121
  65.       Height = 25
  66.       Hint = 'Paste function or action execution result'
  67.       DrawDefaultFrame = False
  68.       Glyph.Data = {
  69.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  70.         0400000000006000000000000000000000001000000000000000000000000000
  71.         80000080000000808000800000008000800080800000C0C0C000808080000000
  72.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  73.         0000770777777777000077087007007700007780778007770000778087700077
  74.         0000777087007807000077780777777700007700000777770000777708777777
  75.         0000777700780777000077777000777700007777777777770000}
  76.       Caption = 'Paste function'
  77.       Enabled = False
  78.       TabOrder = 2
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.       ParentShowHint = False
  86.       ShowHint = True
  87.       OnClick = btParamSelClick
  88.     end
  89.     object btHelp: TElPopupButton
  90.       Left = 8
  91.       Top = 8
  92.       Width = 113
  93.       Height = 25
  94.       ImageIndex = 14
  95.       UseImageList = True
  96.       Images = TrayForm.ilMain
  97.       DrawDefaultFrame = False
  98.       Caption = 'Help'
  99.       TabOrder = 3
  100.       OnClick = btHelpClick
  101.       Anchors = [akLeft, akBottom]
  102.     end
  103.   end
  104.   object Panel3: TPanel
  105.     Left = 0
  106.     Top = 0
  107.     Width = 206
  108.     Height = 354
  109.     Align = alLeft
  110.     BevelOuter = bvNone
  111.     TabOrder = 1
  112.     object VST: TVirtualStringTree
  113.       Left = 0
  114.       Top = 0
  115.       Width = 206
  116.       Height = 320
  117.       Align = alClient
  118.       BevelInner = bvNone
  119.       BevelKind = bkTile
  120.       BorderStyle = bsNone
  121.       Ctl3D = True
  122.       DragOperations = [doMove]
  123.       DragType = dtVCL
  124.       Header.AutoSizeIndex = -1
  125.       Header.Font.Charset = DEFAULT_CHARSET
  126.       Header.Font.Color = clWindowText
  127.       Header.Font.Height = -11
  128.       Header.Font.Name = 'MS Sans Serif'
  129.       Header.Font.Style = []
  130.       Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  131.       Header.ParentFont = True
  132.       Header.Style = hsFlatButtons
  133.       HintMode = hmTooltip
  134.       Images = TrayForm.ImageList1
  135.       ParentCtl3D = False
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabOrder = 0
  139.       TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  140.       TreeOptions.SelectionOptions = [toExtendedFocus, toLevelSelectConstraint]
  141.       OnFocusChanged = VSTFocusChanged
  142.       OnFocusChanging = VSTFocusChanging
  143.       OnFreeNode = VSTFreeNode
  144.       OnGetText = VSTGetText
  145.       OnGetImageIndex = VSTGetImageIndex
  146.       Columns = <
  147.         item
  148.           Position = 0
  149.           Width = 204
  150.           WideText = 'Action'
  151.         end>
  152.     end
  153.     object Panel2: TPanel
  154.       Left = 0
  155.       Top = 320
  156.       Width = 206
  157.       Height = 34
  158.       Align = alBottom
  159.       BevelOuter = bvNone
  160.       TabOrder = 1
  161.       DesignSize = (
  162.         206
  163.         34)
  164.       object cbCat: TElComboBox
  165.         Left = 8
  166.         Top = 7
  167.         Width = 191
  168.         Height = 21
  169.         Cursor = crIBeam
  170.         Style = csDropDownList
  171.         ItemHeight = 13
  172.         OnChange = cbCatChange
  173.         LineBorderActiveColor = clBlack
  174.         LineBorderInactiveColor = clBlack
  175.         TabOrder = 0
  176.         ParentColor = False
  177.         Anchors = [akLeft, akTop, akRight]
  178.       end
  179.     end
  180.   end
  181.   object pcParams: TElPageControl
  182.     Left = 212
  183.     Top = 0
  184.     Width = 445
  185.     Height = 354
  186.     MinTabWidth = 400
  187.     ShowBorder = False
  188.     ShowTabs = False
  189.     TabIndex = 2
  190.     HotTrackFont.Charset = DEFAULT_CHARSET
  191.     HotTrackFont.Color = clBlue
  192.     HotTrackFont.Height = -11
  193.     HotTrackFont.Name = 'MS Sans Serif'
  194.     HotTrackFont.Style = []
  195.     ActivePage = pgTextLoop
  196.     ActiveTabFont.Charset = DEFAULT_CHARSET
  197.     ActiveTabFont.Color = clWindowText
  198.     ActiveTabFont.Height = -11
  199.     ActiveTabFont.Name = 'MS Sans Serif'
  200.     ActiveTabFont.Style = []
  201.     Align = alClient
  202.     ParentColor = False
  203.     TabOrder = 2
  204.     UseXPThemes = False
  205.     DockOrientation = doNoOrient
  206.     object pgNull: TElTabSheet
  207.       PageControl = pcParams
  208.       Caption = 'DCPage1'
  209.       Visible = False
  210.     end
  211.     object pgAction: TElTabSheet
  212.       PageControl = pcParams
  213.       Caption = 'DCPage1'
  214.       Visible = False
  215.       ExplicitWidth = 0
  216.       ExplicitHeight = 0
  217.       object pc: TElPageControl
  218.         Left = 0
  219.         Top = 0
  220.         Width = 445
  221.         Height = 354
  222.         ShowBorder = False
  223.         ShowTabs = False
  224.         TabIndex = 0
  225.         HotTrackFont.Charset = DEFAULT_CHARSET
  226.         HotTrackFont.Color = clBlue
  227.         HotTrackFont.Height = -11
  228.         HotTrackFont.Name = 'MS Sans Serif'
  229.         HotTrackFont.Style = []
  230.         ActivePage = pcNull
  231.         ActiveTabFont.Charset = DEFAULT_CHARSET
  232.         ActiveTabFont.Color = clWindowText
  233.         ActiveTabFont.Height = -11
  234.         ActiveTabFont.Name = 'MS Sans Serif'
  235.         ActiveTabFont.Style = []
  236.         Align = alClient
  237.         ParentColor = False
  238.         TabOrder = 0
  239.         UseXPThemes = False
  240.         DockOrientation = doNoOrient
  241.         object pcNull: TElTabSheet
  242.           PageControl = pc
  243.           Caption = 'DCPage1'
  244.         end
  245.       end
  246.     end
  247.     object pgTextLoop: TElTabSheet
  248.       PageControl = pcParams
  249.       Caption = 'DCPage1'
  250.       DesignSize = (
  251.         445
  252.         354)
  253.       object lbTextLoop: TLabel
  254.         Left = 24
  255.         Top = 28
  256.         Width = 96
  257.         Height = 13
  258.         Caption = 'Set text loop params'
  259.       end
  260.       object lbDelim: TLabel
  261.         Left = 40
  262.         Top = 254
  263.         Width = 64
  264.         Height = 13
  265.         Caption = 'Delimeter text'
  266.       end
  267.       object lbDelimDescr: TLabel
  268.         Left = 40
  269.         Top = 273
  270.         Width = 107
  271.         Height = 13
  272.         Caption = '(If empty then ENTER)'
  273.       end
  274.       object btTextFile: TElPopupButton
  275.         Left = 377
  276.         Top = 217
  277.         Width = 26
  278.         Height = 24
  279.         ImageIndex = 1
  280.         UseImageList = True
  281.         Images = TrayForm.ilMain
  282.         DrawDefaultFrame = False
  283.         Enabled = False
  284.         TabOrder = 5
  285.         OnClick = btTextFileClick
  286.         Anchors = [akTop, akRight]
  287.       end
  288.       object mmSpecText: TElMemo
  289.         Left = 40
  290.         Top = 75
  291.         Width = 364
  292.         Height = 113
  293.         Flat = True
  294.         ScrollBars = ssVertical
  295.         Anchors = [akLeft, akTop, akRight]
  296.         TabOrder = 0
  297.       end
  298.       object rbSpecText: TElRadioButton
  299.         Left = 40
  300.         Top = 56
  301.         Width = 90
  302.         Height = 17
  303.         Checked = True
  304.         Flat = True
  305.         Caption = 'Specified Text'
  306.         TabOrder = 1
  307.         OnClick = rbSpecTextClick
  308.         DoubleBuffered = False
  309.       end
  310.       object rbExtFile: TElRadioButton
  311.         Left = 40
  312.         Top = 200
  313.         Width = 103
  314.         Height = 17
  315.         Flat = True
  316.         Caption = 'External Text File'
  317.         TabStop = False
  318.         TabOrder = 2
  319.         OnClick = rbSpecTextClick
  320.         DoubleBuffered = False
  321.       end
  322.       object edFile: TElEdit
  323.         Left = 40
  324.         Top = 219
  325.         Width = 335
  326.         Height = 21
  327.         Hint = 'Name'
  328.         Flat = True
  329.         LineBorderActiveColor = clBlack
  330.         LineBorderInactiveColor = clBlack
  331.         Anchors = [akLeft, akTop, akRight]
  332.         Enabled = False
  333.         TabOrder = 3
  334.       end
  335.       object edDelim: TElEdit
  336.         Left = 192
  337.         Top = 250
  338.         Width = 212
  339.         Height = 21
  340.         Hint = 'Name'
  341.         Flat = True
  342.         LineBorderActiveColor = clBlack
  343.         LineBorderInactiveColor = clBlack
  344.         Anchors = [akLeft, akTop, akRight]
  345.         TabOrder = 4
  346.       end
  347.     end
  348.     object pgIF: TElTabSheet
  349.       PageControl = pcParams
  350.       Caption = 'DCPage2'
  351.       Visible = False
  352.       ExplicitWidth = 0
  353.       ExplicitHeight = 0
  354.       DesignSize = (
  355.         445
  356.         354)
  357.       object lbCond: TLabel
  358.         Left = 24
  359.         Top = 28
  360.         Width = 99
  361.         Height = 13
  362.         Caption = 'Set condition params'
  363.       end
  364.       object lbIf: TLabel
  365.         Left = 24
  366.         Top = 64
  367.         Width = 6
  368.         Height = 13
  369.         Caption = 'If'
  370.       end
  371.       object lbThen: TLabel
  372.         Left = 24
  373.         Top = 144
  374.         Width = 33
  375.         Height = 13
  376.         Caption = 'then ...'
  377.       end
  378.       object lbAddActions: TLabel
  379.         Left = 64
  380.         Top = 168
  381.         Width = 149
  382.         Height = 13
  383.         Caption = '(Add actions here in actions list)'
  384.       end
  385.       object lbDelElse: TLabel
  386.         Left = 64
  387.         Top = 232
  388.         Width = 216
  389.         Height = 13
  390.         Caption = '(Deleting of Else is possible only in actions list)'
  391.         Visible = False
  392.       end
  393.       object edParam: TElEdit
  394.         Left = 64
  395.         Top = 60
  396.         Width = 236
  397.         Height = 21
  398.         Hint = 'Name'
  399.         ReadOnly = True
  400.         Flat = True
  401.         LineBorderActiveColor = clBlack
  402.         LineBorderInactiveColor = clBlack
  403.         Anchors = [akLeft, akTop, akRight]
  404.         TabOrder = 0
  405.         OnClick = edParamClick
  406.         OnDblClick = edParamClick
  407.       end
  408.       object cbCondition: TElComboBox
  409.         Left = 64
  410.         Top = 100
  411.         Width = 53
  412.         Height = 21
  413.         Cursor = crIBeam
  414.         Items.Strings = (
  415.           '='
  416.           '<>'
  417.           '<'
  418.           '>')
  419.         Style = csDropDownList
  420.         ItemHeight = 13
  421.         Flat = True
  422.         LineBorderActiveColor = clBlack
  423.         LineBorderInactiveColor = clBlack
  424.         TabOrder = 1
  425.         ParentColor = False
  426.       end
  427.       object pcWhat: TElPageControl
  428.         Left = 118
  429.         Top = 98
  430.         Width = 187
  431.         Height = 34
  432.         OnChange = pcWhatChange
  433.         ShowBorder = False
  434.         ShowTabs = False
  435.         TabIndex = 3
  436.         HotTrackFont.Charset = DEFAULT_CHARSET
  437.         HotTrackFont.Color = clBlue
  438.         HotTrackFont.Height = -11
  439.         HotTrackFont.Name = 'MS Sans Serif'
  440.         HotTrackFont.Style = []
  441.         ActivePage = pgStr
  442.         ActiveTabFont.Charset = DEFAULT_CHARSET
  443.         ActiveTabFont.Color = clWindowText
  444.         ActiveTabFont.Height = -11
  445.         ActiveTabFont.Name = 'MS Sans Serif'
  446.         ActiveTabFont.Style = []
  447.         DefaultPage = pgStr
  448.         ParentColor = False
  449.         TabOrder = 2
  450.         UseXPThemes = False
  451.         DockOrientation = doNoOrient
  452.         object pgDate: TElTabSheet
  453.           PageControl = pcWhat
  454.           Caption = 'DCPage2'
  455.           Visible = False
  456.           object edDateWhat: TElDateTimePicker
  457.             Left = 2
  458.             Top = 2
  459.             Width = 172
  460.             Height = 21
  461.             Format = edfShortDate
  462.             FormatString = 'c'
  463.             DateTime = 38821.498429722200000000
  464.             Flat = True
  465.             ShowPopupCalendar = True
  466.             CalendarLineColorDark = clWindow
  467.             StartOfWeek = 1
  468.             WeekEndDays = [Sun, Sat]
  469.             CalendarCurrentDayBorder = fbtFlat
  470.             CalendarSelectionBorder = fbtNone
  471.             MinDate = -693593.000000000000000000
  472.             MaxDate = 999999.000000000000000000
  473.             ButtonWidth = 17
  474.             LineBorderActiveColor = clBlack
  475.             LineBorderInactiveColor = clBlack
  476.             ButtonVisible = False
  477.             ButtonThinFrame = False
  478.             UnassignedChar = ' '
  479.             TranslateDays = True
  480.             CalendarHolidayColor = clBlack
  481.             DockOrientation = doNoOrient
  482.             ParentColor = False
  483.             TabOrder = 0
  484.             TabStop = True
  485.           end
  486.         end
  487.         object pgBool: TElTabSheet
  488.           PageControl = pcWhat
  489.           Caption = 'DCPage3'
  490.           Visible = False
  491.           DesignSize = (
  492.             187
  493.             34)
  494.           object cbBoolWhat: TElComboBox
  495.             Left = 2
  496.             Top = 2
  497.             Width = 172
  498.             Height = 21
  499.             Cursor = crIBeam
  500.             Items.Strings = (
  501.               'False'
  502.               'True')
  503.             Style = csDropDownList
  504.             ItemHeight = 13
  505.             Flat = True
  506.             LineBorderActiveColor = clBlack
  507.             LineBorderInactiveColor = clBlack
  508.             TabOrder = 0
  509.             ParentColor = False
  510.             Anchors = [akLeft, akTop, akRight]
  511.           end
  512.         end
  513.         object pgInt: TElTabSheet
  514.           PageControl = pcWhat
  515.           Caption = 'DCPage4'
  516.           Visible = False
  517.           object edNumWhat: TElSpinEdit
  518.             Left = 2
  519.             Top = 2
  520.             Width = 172
  521.             Height = 21
  522.             Cursor = crIBeam
  523.             MaxValue = 2147000000
  524.             MinValue = -2147000000
  525.             Alignment = taRightJustify
  526.             Flat = True
  527.             LineBorderActiveColor = clBlack
  528.             LineBorderInactiveColor = clBlack
  529.             TabOrder = 0
  530.           end
  531.         end
  532.         object pgStr: TElTabSheet
  533.           PageControl = pcWhat
  534.           Caption = 'DCPage1'
  535.           DesignSize = (
  536.             187
  537.             34)
  538.           object edStrWhat: TElEdit
  539.             Left = 2
  540.             Top = 2
  541.             Width = 172
  542.             Height = 21
  543.             Hint = 'Name'
  544.             Flat = True
  545.             LineBorderActiveColor = clBlack
  546.             LineBorderInactiveColor = clBlack
  547.             Anchors = [akLeft, akTop, akRight]
  548.             TabOrder = 0
  549.           end
  550.         end
  551.         object pgFlt: TElTabSheet
  552.           PageControl = pcWhat
  553.           Caption = 'ElTabSheet1'
  554.           Visible = False
  555.           object edFltWhat: TElFloatSpinEdit
  556.             Left = 2
  557.             Top = 2
  558.             Width = 172
  559.             Height = 21
  560.             Cursor = crIBeam
  561.             Increment = 1.000000000000000000
  562.             LargeIncrement = 10.000000000000000000
  563.             MaxValue = 2147000000.000000000000000000
  564.             MinValue = -2147000000.000000000000000000
  565.             Alignment = taRightJustify
  566.             Ctl3D = True
  567.             LineBorderActiveColor = clBlack
  568.             LineBorderInactiveColor = clBlack
  569.             ParentColor = False
  570.             ParentCtl3D = False
  571.             TabOrder = 0
  572.           end
  573.         end
  574.       end
  575.       object btPstFunc: TElPopupButton
  576.         Left = 305
  577.         Top = 58
  578.         Width = 27
  579.         Height = 25
  580.         DrawDefaultFrame = False
  581.         Glyph.Data = {
  582.           D6000000424DD60000000000000076000000280000000C0000000C0000000100
  583.           0400000000006000000000000000000000001000000000000000000000000000
  584.           80000080000000808000800000008000800080800000C0C0C000808080000000
  585.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  586.           0000770777777777000077087007007700007780778007770000778087700077
  587.           0000777087007807000077780777777700007700000777770000777708777777
  588.           0000777700780777000077777000777700007777777777770000}
  589.         TabOrder = 3
  590.         ParentShowHint = False
  591.         ShowHint = False
  592.         OnClick = btParamSelClick
  593.         Anchors = [akTop, akRight]
  594.       end
  595.       object chUseElse: TElCheckBox
  596.         Left = 64
  597.         Top = 208
  598.         Width = 64
  599.         Height = 17
  600.         Flat = True
  601.         Caption = 'Use Else'
  602.         TabOrder = 4
  603.       end
  604.     end
  605.     object pgWhile: TElTabSheet
  606.       PageControl = pcParams
  607.       Caption = 'ElTabSheet1'
  608.       Visible = False
  609.       ExplicitWidth = 0
  610.       ExplicitHeight = 0
  611.       DesignSize = (
  612.         445
  613.         354)
  614.       object lbCondW: TLabel
  615.         Left = 24
  616.         Top = 28
  617.         Width = 99
  618.         Height = 13
  619.         Caption = 'Set condition params'
  620.       end
  621.       object lbWhile: TLabel
  622.         Left = 24
  623.         Top = 64
  624.         Width = 27
  625.         Height = 13
  626.         Caption = 'While'
  627.       end
  628.       object lbDo: TLabel
  629.         Left = 24
  630.         Top = 144
  631.         Width = 24
  632.         Height = 13
  633.         Caption = 'do ...'
  634.       end
  635.       object lbAddActionsW: TLabel
  636.         Left = 64
  637.         Top = 168
  638.         Width = 149
  639.         Height = 13
  640.         Caption = '(Add actions here in actions list)'
  641.       end
  642.       object pcWhatW: TElPageControl
  643.         Left = 118
  644.         Top = 98
  645.         Width = 187
  646.         Height = 34
  647.         OnChange = pcWhatWChange
  648.         ShowBorder = False
  649.         ShowTabs = False
  650.         TabIndex = 3
  651.         HotTrackFont.Charset = DEFAULT_CHARSET
  652.         HotTrackFont.Color = clBlue
  653.         HotTrackFont.Height = -11
  654.         HotTrackFont.Name = 'MS Sans Serif'
  655.         HotTrackFont.Style = []
  656.         ActivePage = pgStrW
  657.         ActiveTabFont.Charset = DEFAULT_CHARSET
  658.         ActiveTabFont.Color = clWindowText
  659.         ActiveTabFont.Height = -11
  660.         ActiveTabFont.Name = 'MS Sans Serif'
  661.         ActiveTabFont.Style = []
  662.         DefaultPage = pgStrW
  663.         ParentColor = False
  664.         TabOrder = 0
  665.         UseXPThemes = False
  666.         DockOrientation = doNoOrient
  667.         object pgDateW: TElTabSheet
  668.           PageControl = pcWhatW
  669.           Caption = 'DCPage2'
  670.           Visible = False
  671.           object edDateWhatW: TElDateTimePicker
  672.             Left = 2
  673.             Top = 2
  674.             Width = 172
  675.             Height = 21
  676.             Format = edfShortDate
  677.             FormatString = 'c'
  678.             DateTime = 38821.498429722200000000
  679.             Flat = True
  680.             ShowPopupCalendar = True
  681.             CalendarLineColorDark = clWindow
  682.             StartOfWeek = 1
  683.             WeekEndDays = [Sun, Sat]
  684.             CalendarCurrentDayBorder = fbtFlat
  685.             CalendarSelectionBorder = fbtNone
  686.             MinDate = -693593.000000000000000000
  687.             MaxDate = 999999.000000000000000000
  688.             ButtonWidth = 17
  689.             LineBorderActiveColor = clBlack
  690.             LineBorderInactiveColor = clBlack
  691.             ButtonVisible = False
  692.             ButtonThinFrame = False
  693.             UnassignedChar = ' '
  694.             TranslateDays = True
  695.             CalendarHolidayColor = clBlack
  696.             DockOrientation = doNoOrient
  697.             ParentColor = False
  698.             TabOrder = 0
  699.             TabStop = True
  700.           end
  701.         end
  702.         object pgBoolW: TElTabSheet
  703.           PageControl = pcWhatW
  704.           Caption = 'DCPage3'
  705.           Visible = False
  706.           DesignSize = (
  707.             187
  708.             34)
  709.           object cbBoolWhatW: TElComboBox
  710.             Left = 2
  711.             Top = 2
  712.             Width = 172
  713.             Height = 21
  714.             Cursor = crIBeam
  715.             Items.Strings = (
  716.               'False'
  717.               'True')
  718.             Style = csDropDownList
  719.             ItemHeight = 13
  720.             Flat = True
  721.             LineBorderActiveColor = clBlack
  722.             LineBorderInactiveColor = clBlack
  723.             TabOrder = 0
  724.             ParentColor = False
  725.             Anchors = [akLeft, akTop, akRight]
  726.           end
  727.         end
  728.         object pgIntW: TElTabSheet
  729.           PageControl = pcWhatW
  730.           Caption = 'DCPage4'
  731.           Visible = False
  732.           object edNumWhatW: TElSpinEdit
  733.             Left = 2
  734.             Top = 2
  735.             Width = 172
  736.             Height = 21
  737.             Cursor = crIBeam
  738.             MaxValue = 2147000000
  739.             MinValue = -2147000000
  740.             Alignment = taRightJustify
  741.             Flat = True
  742.             LineBorderActiveColor = clBlack
  743.             LineBorderInactiveColor = clBlack
  744.             TabOrder = 0
  745.           end
  746.         end
  747.         object pgStrW: TElTabSheet
  748.           PageControl = pcWhatW
  749.           Caption = 'DCPage1'
  750.           DesignSize = (
  751.             187
  752.             34)
  753.           object edStrWhatW: TElEdit
  754.             Left = 2
  755.             Top = 2
  756.             Width = 172
  757.             Height = 21
  758.             Hint = 'Name'
  759.             Flat = True
  760.             LineBorderActiveColor = clBlack
  761.             LineBorderInactiveColor = clBlack
  762.             Anchors = [akLeft, akTop, akRight]
  763.             TabOrder = 0
  764.           end
  765.         end
  766.         object pgFltW: TElTabSheet
  767.           PageControl = pcWhatW
  768.           Caption = 'ElTabSheet1'
  769.           Visible = False
  770.           object edFltWhatW: TElFloatSpinEdit
  771.             Left = 2
  772.             Top = 2
  773.             Width = 172
  774.             Height = 21
  775.             Cursor = crIBeam
  776.             Increment = 1.000000000000000000
  777.             LargeIncrement = 10.000000000000000000
  778.             MaxValue = 2147000000.000000000000000000
  779.             MinValue = -2147000000.000000000000000000
  780.             Alignment = taRightJustify
  781.             Ctl3D = True
  782.             LineBorderActiveColor = clBlack
  783.             LineBorderInactiveColor = clBlack
  784.             ParentColor = False
  785.             ParentCtl3D = False
  786.             TabOrder = 0
  787.           end
  788.         end
  789.       end
  790.       object edParamW: TElEdit
  791.         Left = 64
  792.         Top = 60
  793.         Width = 236
  794.         Height = 21
  795.         Hint = 'Name'
  796.         ReadOnly = True
  797.         Flat = True
  798.         LineBorderActiveColor = clBlack
  799.         LineBorderInactiveColor = clBlack
  800.         Anchors = [akLeft, akTop, akRight]
  801.         TabOrder = 1
  802.         OnClick = edParamWClick
  803.         OnDblClick = edParamWClick
  804.       end
  805.       object btPstFuncW: TElPopupButton
  806.         Left = 305
  807.         Top = 58
  808.         Width = 27
  809.         Height = 25
  810.         DrawDefaultFrame = False
  811.         Glyph.Data = {
  812.           D6000000424DD60000000000000076000000280000000C0000000C0000000100
  813.           0400000000006000000000000000000000001000000000000000000000000000
  814.           80000080000000808000800000008000800080800000C0C0C000808080000000
  815.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  816.           0000770777777777000077087007007700007780778007770000778087700077
  817.           0000777087007807000077780777777700007700000777770000777708777777
  818.           0000777700780777000077777000777700007777777777770000}
  819.         TabOrder = 2
  820.         ParentShowHint = False
  821.         ShowHint = False
  822.         OnClick = btParamSelClick
  823.         Anchors = [akTop, akRight]
  824.       end
  825.       object cbConditionW: TElComboBox
  826.         Left = 64
  827.         Top = 100
  828.         Width = 53
  829.         Height = 21
  830.         Cursor = crIBeam
  831.         Items.Strings = (
  832.           '='
  833.           '<>'
  834.           '<'
  835.           '>')
  836.         Style = csDropDownList
  837.         ItemHeight = 13
  838.         Flat = True
  839.         LineBorderActiveColor = clBlack
  840.         LineBorderInactiveColor = clBlack
  841.         TabOrder = 3
  842.         ParentColor = False
  843.       end
  844.     end
  845.   end
  846.   object ElSplitter1: TElSplitter
  847.     Left = 206
  848.     Top = 0
  849.     Width = 6
  850.     Height = 354
  851.     MinSizeTopLeft = 150
  852.     MinSizeBottomRight = 440
  853.     SnapBottomRight = False
  854.     ControlTopLeft = Panel3
  855.     ControlBottomRight = pcParams
  856.     ShowSnapButton = True
  857.     Align = alLeft
  858.   end
  859.   object ElFormPersist1: TElFormPersist
  860.     Storage = TrayForm.ElIniFile1
  861.     PersistOptions = [epoState, epoPosition, epoSize]
  862.     TopMost = False
  863.     Left = 80
  864.     Top = 72
  865.     PropsToStore = {00000000}
  866.   end
  867. end
  868.